Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 4 - Geometric Objects / Geometric Objects Reference
Geometric Objects Routines / Creating and Editing Boxes


Q3Box_SetMajorAxis

You can use the Q3Box_SetMajorAxis function to set the major axis of a box.

TQ3Status Q3Box_SetMajorAxis (
TQ3GeometryObject box, 
const TQ3Vector3D *majorAxis);
box
A box.
majorAxis
The desired major axis of the specified box.
DESCRIPTION
The Q3Box_SetMajorAxis function sets the major axis of the box specified by the box parameter to that specified in the majorAxis parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996